|
|
|
|
ToolTipTitle Field, ToolTipEventArgs Class |
Defines the tooltip title, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler.
Syntax ToolTipEventArgs Class (Softelvdm.SftTreeNET)
VB |
Public Property ToolTipTitle As String |
C# |
public string ToolTipTitle; |
C++ |
public: String^ ToolTipTitle; |
Field Value
The tooltip title. The default is an empty string.
Comments
The ToolTipTitle field defines the tooltip title, used with balloon style tooltips only (ToolTipAppearanceEnum.Balloon). This value can be modified by the ShowToolTip event handler.